# We use dev-requirements.txt instead of just declaring the requirements in
# the setup function because Read The Docs needs a requirements file.
black==20.8b1
PyYAML==5.3.1
Pygments==2.7.1
Sphinx-Substitution-Extensions==2020.7.4.1
Sphinx==3.2.1
VWS-Python-Mock==2019.12.27.0
VWS-Test-Fixtures==2020.9.25.1
autoflake==1.4
check-manifest==0.43
doc8==0.8.1
dodgy==0.2.1  # Look for uploaded secrets
flake8-commas==2.0.0  # Require silicon valley commas
flake8-quotes==3.2.0  # Require single quotes
flake8==3.8.3  # Lint
freezegun==1.0.0
isort==5.5.3  # Lint imports
mypy==0.782  # Type checking
pip_check_reqs==2.1.1
pydocstyle==5.1.1  # Lint docstrings
pyenchant==3.1.1  # Bindings for a spellchecking sytem
pygithub==1.53
pylint==2.6.0  # Lint
pyroma==2.6  # Packaging best practices checker
pytest-cov==2.10.1  # Measure code coverage
pytest==6.1.0  # Test runners
sphinx-autodoc-typehints==1.11.0
sphinxcontrib-spelling==5.4.0
twine==3.2.0
versioneer==0.18
vulture==2.1
